home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / rayshade-4.0 / fixes / fix004 < prev    next >
Internet Message Format  |  1995-02-13  |  2KB

  1. From theseas!fs.Princeton.EDU!cek Fri, 19 Feb 93 01:28:51 EET
  2. Received: by kriton.UUCP (V1.16/Amiga)
  3.     id AA00000; Fri, 19 Feb 93 01:28:51 EET
  4. Received: by theseas.ntua.gr with UUCP; Thu, 18 Feb 93 18:37:17 +0200
  5. Received: from mcsun.EU.net by pythia.ics.forth.gr via ITEnet with SMTP;
  6.     id AA04290 (5.65c/FORTH-ICS-3.0-MHS-7.0); Thu, 18 Feb 1993 17:27:05 +0200
  7. Received: by mcsun.EU.net via EUnet
  8.     id AA28891 (5.65b/CWI-2.206); Thu, 18 Feb 1993 16:24:26 +0100
  9. Received: from Princeton.EDU by relay1.UU.NET with SMTP 
  10.     (5.61/UUNET-internet-primary) id AA04902; Thu, 18 Feb 93 10:23:34 -0500
  11. Received: from fs.Princeton.EDU by Princeton.EDU (5.65b/2.95/princeton)
  12.     id AA07598; Thu, 18 Feb 93 10:18:36 -0500
  13. Received: by fs.Princeton.EDU (4.1/1.105)
  14.     id AA09842; Thu, 18 Feb 93 10:18:37 EST
  15. Received: from faui45.informatik.uni-erlangen.de by fs.Princeton.EDU (4.1/1.105)
  16.     id AA09741; Thu, 18 Feb 93 10:17:27 EST
  17. Received: from faui43.informatik.uni-erlangen.de by uni-erlangen.de with SMTP;
  18.     id AA00379 (5.65c-5/7.3r-FAU); Thu, 18 Feb 1993 16:17:20 +0100
  19. Received: by immd4.informatik.uni-erlangen.de;
  20.     id AA11568 (5.65c-5/7.3m-FAU); Thu, 18 Feb 1993 16:17:19 +0100
  21. Message-Id: <199302181517.AA11568@faui43.informatik.uni-erlangen.de>
  22. Date: Thu, 18 Feb 93 16:17:17 MET
  23. X-Mailer: ELM [version 2.3 PL11]
  24. Errors-To: Princeton.EDU!cek
  25. Remailed-Date: Thu Feb 18 10:17:51 EST 1993
  26. From: "Michael Schroeder (Inf4 - hiwi)" <immd4.informatik.uni-erlangen.de!mlschroe>
  27. To: cs.Princeton.EDU!rayshade-users
  28. Subject: Fbmbump bug
  29.  
  30.  
  31. Another bug bites the dust...
  32.  
  33. In fbmbump.c is a normalize of the modified surface normal missing.
  34. This breaks the costheta and cosalpha calculation and makes the
  35. texture rather useless.
  36.  
  37. Michael.
  38. ---------------------------------------------------------------
  39. Michael Schroeder    mlschroe@faui43.informatik.uni-erlangen.de
  40. main(a){while(a=~getchar())putchar(~a-1/(~(a|32)/13*2-11)*13);}
  41.  
  42.  
  43. *** fbmbump.c.orig    Thu Feb 18 15:54:44 1993
  44. --- fbmbump.c    Thu Feb 18 15:55:09 1993
  45. ***************
  46. *** 49,52 ****
  47. --- 49,53 ----
  48.       norm->x += fbm->offset + disp.x * fbm->scale;
  49.       norm->y += fbm->offset + disp.y * fbm->scale;
  50.       norm->z += fbm->offset + disp.z * fbm->scale;
  51. +     (void)VecNormalize(norm);
  52.   }
  53.  
  54. ----------
  55. Administrivia: rayshade-request@cs.princeton.edu
  56. Mailing list: rayshade-users@cs.princeton.edu
  57.  
  58.